Skip to content

Improvements to ESP8266WebServer::sendContent #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2015
Merged

Improvements to ESP8266WebServer::sendContent #672

merged 1 commit into from
Aug 10, 2015

Conversation

timw1971
Copy link
Contributor

@timw1971 timw1971 commented Aug 8, 2015

Minor mods:

Now makes only one call to .c_str() and using pointer tracking, rather that recalculating offset within the sending loop, to manage data window.

Moved invariant code out of the sending loop body.

Now makes only one call to .c_str() and using pointer tracking, rather that recalculating offset within the sending loop, to manage data window.

Moved invariant code out of the sending loop body.
igrr added a commit that referenced this pull request Aug 10, 2015
Improvements to ESP8266WebServer::sendContent
@igrr igrr merged commit 058a5c8 into esp8266:esp8266 Aug 10, 2015
igrr added a commit that referenced this pull request Oct 29, 2015
Improvements to ESP8266WebServer::sendContent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants